home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1997 November / Macworld (1997-11).dmg / Shareware World / Comms & Internet / Analog 2.1.1c / analog.cfg < prev    next >
Text File  |  1997-05-06  |  7KB  |  218 lines

  1. # Analog.cfg - Configuration file for Analog
  2. #
  3. # Look at the Readme.html file or goto
  4. # http://www.statslab.cam.ac.uk/~sret1/analog/
  5. # or http://summary.net/soft/analog.html for more information.
  6. #
  7. HOSTNAME "the Statistical Laboratory"
  8. # Host name, used in the title of the report
  9. #
  10. HOSTURL http://www.statslab.cam.ac.uk/
  11. # Host name will be a link to here
  12. #
  13. BASEURL http://www.statslab.cam.ac.uk/
  14. # Added to the front of URIs to link to pages in the request report
  15. #
  16. LOGFILE WebStar.log
  17. # Specify the log file(s) to be processed. May consist of a list of file
  18. # names seperated by commas and may contain wild cards ('*' and '?').
  19. # This can also be a relitave or full path name, for example:
  20. #LOGFILE "Hard disk:WebSTAR 2.0:*.log"
  21. #
  22. #CACHEFILE cache.out
  23. # read data from a data cache file previously created by Analog.
  24. #
  25. OUTPUT HTML
  26. # Output format, can be ASCII, HTML, or CACHE
  27. #
  28. OUTFILE Report.html
  29. #
  30. NUMLOOKUP OFF
  31. # This controls domain name lookups. It will typicaly slow Analog
  32. # down quite dramaticaly while lookups are being done!
  33. #
  34. DNSFRESHHOURS 672                    # once every four weeks
  35. # Frequency with which to recheck DNS cache entries in hours
  36. #
  37. #REFEXCLUDE http://www.statslab.cam.ac.uk*
  38. #REFEXCLUDE http://statslab.cam.ac.uk*
  39. # Dont list these in the referrer report
  40. #
  41. #HOSTEXCLUDE *.statslab.cam.ac.uk
  42. # Don't count requests from these hosts at all
  43. #
  44. WARNINGS ON
  45. # Turn this off to guaranty Analog exits when it is done
  46. #
  47. CASE INSENSITIVE            # SENSITIVE or INSENSITIVE
  48. #
  49. IMAGEDIR ./images/
  50. # where to look for images (bars for the bar charts)
  51. #
  52. LOGOURL ./images/analogo.gif
  53. # the graphic in the top left corner of the report
  54. #
  55. #REFWITHOUTARGS *
  56. # This would remove everything after the '?' in the referer report
  57. #
  58. #REQINCLUDE pages            # *, PAGES, or list of file name patterns
  59. #
  60. LINKINCLUDE pages            # *, PAGES, or list of file name patterns
  61. #
  62. LANGUAGE ENGLISH            # ENGLISH, US-ENGLISH, FRENCH, GERMAN,
  63. #                              ITALIAN, SPANISH, DANISH, DUTCH
  64. #
  65. PROGRESSFREQ 5000            # report progress every 5000 lines
  66. #
  67. DIRLEVEL 1                    # Top level directories only
  68. #
  69. REPORTORDER mWdDhHoSitrfbBce
  70. # A string like "mWdDhHoSitrfbBce" giving the order in which the reports will
  71. #   be output. You should make sure to include each of the above letters
  72. #   exactly once or you will not get some report even if you specifically
  73. #   request it later, or you may get some report twice. The letters mean
  74. #   m = monthly report   W = weekly report    d = daily summary
  75. #   D = daily report     h = hourly summary   H = hourly report
  76. #   o = domain report    S = host report      i = directory report
  77. #   r = request report   f = referer report   b = browser summary
  78. #   B = browser report   e = error report     c = status code report 
  79. #   t = filetype report
  80. #
  81. # whether we want each of the reports by default 
  82. GENERAL ON        # General statistics and GoTo's 
  83. MONTHLY ON        # Monthly report 
  84. DAILY ON        # Daily summary 
  85. FULLDAILY OFF    # Daily report 
  86. # One line for each day. Think about the poor people loading your page from
  87. #   the other side of the world before turning this on by default. 
  88. WEEKLY OFF        # Weekly report 
  89. HOURLY ON        # Hourly summary 
  90. FULLHOURLY OFF    # Hourly report 
  91. # One line for each hour ever. You really don't want this on by default. 
  92. DOMAIN ON        # Domain report 
  93. # Not called DOMAIN because clashes with math.h 
  94. DIRECTORY ON    # Directory report 
  95. FILETYPE ON     # File type report
  96. REQUEST ON        # Request report 
  97. FULLHOSTS OFF    # Host report 
  98. # Full hostname report. Typically very long output and slow to produce
  99. #   on a full logfile, unless MINHOSTREQS or BYTES is high as applicable 
  100. REFERRER ON        # Referer report 
  101. BROWSER ON        # Browser summary 
  102. FULLBROWSER OFF    # Browser report 
  103. STATUS OFF        # Status code report 
  104. ERROR OFF       # Error report
  105. #
  106. DOMCOLS PpRrBb
  107. # Which columns we want to appear in the domain report, and in which order.
  108. #   The string can contain any of the following four letters:
  109. #   R   Number of requests from each domain
  110. #   r   Percentage of the requests from each domain
  111. #   P   Number of requests for pages from each domain
  112. #   p   Percentage of the requests for pages from each domain
  113. #   B   Total number of bytes transferred to each domain
  114. #   b   The percentage of traffic to each domain 
  115. # And the same for the other reports 
  116. HOSTCOLS PpRrBb
  117. DIRCOLS PpRrBb
  118. TYPECOLS RrBb
  119. REQCOLS RrBb
  120. MONTHCOLS PRB
  121. DAYCOLS PRB
  122. FULLDAYCOLS PRB
  123. WEEKCOLS PRB
  124. HOURCOLS PRB
  125. FULLHOURCOLS PRB
  126. REFCOLS Rr
  127. BROWCOLS PpRrBb
  128. FULLBROWCOLS PpRrBb
  129. #
  130. # Should the time graphs be calculated by requests R, bytes B or pages 'P'? 
  131. MONTHGRAPH P
  132. DAYGRAPH P
  133. FULLDAYGRAPH P
  134. HOURGRAPH P
  135. FULLHOURGRAPH P
  136. WEEKGRAPH P
  137. #
  138. # Should they go forwards (oldest entries at top) or backwards?
  139. #   (NB You can mix them, but probably don't want to) 
  140. MONTHLYBACK OFF
  141. FULLDAILYBACK OFF
  142. FULLHOURLYBACK OFF
  143. WEEKLYBACK OFF
  144. #
  145. # The maximum number of rows in each (0 for "show all time") 
  146. MONTHROWS        0
  147. WEEKROWS        0
  148. FULLDAYROWS        65
  149. FULLHOURROWS    72
  150. #
  151. GRAPHICAL ON
  152. # whether the graphs should use proper graphics or just ASCII art. ON will
  153. #   make it prettier but will make the output longer and harder to download 
  154. #
  155. REQMINREQS 10
  156. # the min. no. of requests a URL should have before appearing on the
  157. #   request report. Setting this to about 10 clears out a lot of junk.
  158. #   You can also use e.g. 0.1% for any file with 0.1% of the requests.
  159. #   And setting it to a negative number gives a top n report. 
  160. #
  161. REQMINBYTES 0.01%
  162. # if we are sorting by bytes, use this instead. You can use
  163. #   1000234 for 1000234 bytes
  164. #   100k    for 100 kilobytes  (and 100M etc. similarly)
  165. #   0.01%   for any file with 0.01% of the bytes
  166. #   -50     for the 50 files with the most bytes  
  167. #
  168. REQMINPAGES 10
  169. #
  170. # now the same for directory, file type, domain and hostname reports. 
  171. DIRMINREQS 10
  172. DIRMINPAGES 10
  173. DIRMINBYTES 0.01%
  174. TYPEMINREQS 10
  175. TYPEMINPAGES 10
  176. TYPEMINBYTES 0.1%
  177. DOMMINREQS 1
  178. DOMMINPAGES 1
  179. DOMMINBYTES 0
  180. HOSTMINREQS 100
  181. # Set the HOST ones quite high if you want it to finish in reasonable time 
  182. HOSTMINPAGES 100
  183. HOSTMINBYTES 0.01%
  184. # Referrer, browser summary, browser detail, sub-domains
  185. REFMINREQS 20
  186. REFMINPAGES 20
  187. REFMINBYTES 0.01%
  188. BROWMINREQS -20
  189. BROWMINPAGES -20
  190. BROWMINBYTES -20
  191. FULLBROWMINREQS -100
  192. FULLBROWMINPAGES -100
  193. FULLBROWMINBYTES -100
  194. # And the same for subdomains you have specified. These can't be negative. 
  195. SUBDOMMINREQS 1000
  196. SUBDOMMINPAGES 300
  197. SUBDOMMINBYTES 0.5%
  198. # And the min number of occurences before an error gets on the error report 
  199. ERRMINOCCS 1
  200. #
  201. # how should the various reports be sorted? Legal values ar REQUESTS,
  202. #   BYTES, PAGES, ALPHABETICAL, and RANDOM (unsorted)
  203. REQSORTBY        REQUESTS
  204. DOMSORTBY        BYTES
  205. DIRSORTBY        BYTES
  206. TYPESORTBY        BYTES
  207. HOSTSORTBY        ALPHABETICAL
  208. REFSORTBY        REQUESTS
  209. BROWSORTBY        REQUESTS
  210. FULLBROWSORTBY    REQUESTS
  211. #
  212. WEEKBEGINSON SUNDAY
  213. # The 1st day of the week. I think it's SUNDAY, but you can choose any day. 
  214. #
  215. SEPCHAR ,
  216. #
  217. # END
  218.